home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.004 / xemacs-1 / xemacs-19.13 / src / s / decosf1-3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-04  |  790 b   |  33 lines

  1. /* Synched up with: Not in FSF. */
  2.  
  3. #include "decosf1-2.h"
  4. /* XEmacs change: Kim Nyberg <kny@tekla.fi> says this is needed. */
  5. #ifdef emacs
  6. #include <sys/stropts.h>
  7. #endif
  8.  
  9. /* XEmacs addition */
  10. #undef HAVE_UNION_WAIT
  11.  
  12. /* Supposedly gmalloc and rel_alloc will work now
  13.    (grunwald@foobar.cs.colorado.edu) */
  14. #undef SYSTEM_MALLOC
  15. #undef NO_REMAP
  16.  
  17. #define _NO_MALLOC_WARNING_
  18.  
  19. #ifdef THIS_IS_YMAKEFILE
  20. /* This to get rid of the -X that Makefile inserts
  21.  * and force dynamic linking and optimization during link time.
  22.  * The ifndef is needed to avoid screwups during configure
  23.  */
  24. #undef LD_SWITCH_SYSTEM
  25. #define LD_SWITCH_SYSTEM
  26.  
  27. #undef LD_SWITCH_CALL_SHARED
  28. #define LD_SWITCH_CALL_SHARED -call_shared
  29.  
  30. #undef LD_SWITCH_SHARED
  31. #define LD_SWITCH_SHARED -shared
  32. #endif /* THIS_IS_YMAKEFILE */
  33.